Carbon


KCGetKeychainManagerVersion

Header: Keychain.h Carbon status: Under Evaluation

Determines the version of the Keychain Manager installed on the user’s system.

OSStatus KCGetKeychainManagerVersion (
    UInt32 *returnVers
);
returnVers

On return, a pointer to the version number of the Keychain Manager installed on the current system.

function result

A result code.

DISCUSSION

Your application can call the KCGetKeychainManagerVersion function to find out which version of the Keychain Manager is installed on the user's system.

VERSION NOTES

Available beginning with Keychain Manager 1.0.

AVAILABILITY

Under evaluation for Carbon. Available in CarbonLib 1.0 and later when KeychainLib 1.0 or later is installed. Exported by CarbonLib 1.0 and later and by KeychainLib 1.0 and later.


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)